More Pages: Mitchell Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100


I like Linux
By far the best book I've read on Linux security
Wow - what a killer book!Want info on ipchains? This book has at least 50 pages on the subject!
I could go on and on about this book it is so good!
This book is written by experienced people, not just an author who was assigned another book to write.
You will not regret buying this book!


Excellent reference, no-nonsense summary
BEST BOOK TO START WITH...
Old but good

The best is back
A legendThe models are still very fresh even for the origamist of today. There is a very good range from traditional models, simple models to the intermediate stage. An excellent first introduction to origami.
It contains works of experts who are not around today. Among my favourites are those by Ligia Montoya. Simple but extremely effective.
Nowadays origami experts tend to concentrate on details making folding the models extremely difficult for a beginner. I prefer to concentrate on representing the subject just right with just the sufficient details to differentiate the model and avoiding the complexity of folding it.
There are also models with sufficient difficulty to challenge the slightly more experienced.
A must for all enthusiasts.
One of the Great Classics, Finally back in Print

Beautiful poetry
An inspiring beautiful collection...
Poetry of spirit throughout the ages - delightful reading

If you were only allowed one cookbook, this is the book.The recipes are easy to follow, the helpful advice and recipe cross references are just that, helpful, and the humourous introductions are truly enticing. This book intends to grab the reader by the collar, send him or her straight into the kitchen regardless of experience or trepidation and produce a delicious, mouthwatering, "you'll be everyone's best friend" dish every time.
What strikes me as invaluable about Cook Something and what separates it from all the other really good cookbooks on the shelf is the fact that it is a great collection of sound, tested recipes. It lists every single modern, homey, comfort food you would ever want in a well-rounded repertoire. For instance, the pancake recipe is the best. There is no reason to use any other. The light and flaky pastry crust has become my secret weapon and I use it everywhere, from tarts, to quiches, to pot pies, to dessert pizzas. You'll want to make each recipe as you read it, if only because you'll want to eat each dish that is listed. If you're nervous, stick to the recipe measurements. If you're daring, mix and match according to taste. The creamy mustard sauce is listed with salmon, but it works just as well with monkfish, scallops and pork loin. In any case, use this book as a reference guide, from checking the ideal temperature for roasting chicken to which ingredients go into hummus. Each recipe works well, so you'll not only build your culinary confidence but you'll be inspired to share your cooking with your friends.
Run, don't walk, to pick up your copy!
So Easy!
Shows how cooking can be both fun AND cool!

Excellent and In-Depth Intro for beginners on Web Controls.What are these three Web Controls? Imagine a typical website where someone wants to search a database through a browser interface, like a book database. They search for ASP.NET books and the browser displays the 30 books on the subject, 10 rows to a page. The user also needs to select only a few of these books to narrow down the list and then maybe place an order for 3 of the final list. This involves using Web Controls that can accomplish this. In this particular case, the favored Web Control may be the Data Grid due to its inherent support of pagination (where the results are split into multiple pages with 10 rows to a page or whatever number of rows you want per page). That's what you need these Web Controls for.
Once you are far enough into using ASP.NET to create dynamic database driven websites, you will need an in-depth introduction to these three very important Web Controls - Repeater, Data List, and Data Grid. That's where this book comes in. It does an excellent job of going into the intricacies of these three Web Controls. As a beginner, you absolutely need this book to go to the next level in website development.
But this book has some limitations. Even though it is great to use the book and get to the next level of website development as a beginner, you will quickly run into problems. When you try to create a real live website that is complex and destined for production, you will find that this book is not adequate.
Simple example - let's use the above example of accessing a book database through a browser. As mentioned, you will most likely need to use the Data Grid Web Control to display rows of data in the browser for your user to take some action on this data. It is normal to expect many rows to be displayed in the browser with a whole column full of check boxes that the user can select to narrow down the selection. And click on some button to take a specific action like buy the books that are checked. So the question for you as a web designer would be - how do I insert this extra column of checkboxes with the rows full of data? And how do I link the buy action associated with the button click to the Data Grid that is indirectly connected to the database that needs to be updated?
Well, the Data Grid Web Control only has Select, Edit (Update & Cancel), and Hyperlink, as choices when creating the control using a tool like Visual Studio. To insert a column full of check boxes, you need to write a custom control (based on CheckBoxList) that integrates neatly into the Data Grid Web Control supported by ASP.NET. And you need to write the event handlers that respond on the application side when people click on the buy buttons next to the check boxes. The hard part being the event handlers you write need to connect the check boxes and the buy action the user wants to initiate.
The book spends a few pages towards the end of book explaining how you could accomplish something like what is described above. At this point, it becomes a theoretical text book with very little direction on how to practically implement it. It would have been wonderful if the book finished the excellent job it started by having another 50 pages covering these topics that are absolutely essential.
Unfortunately, there are almost no other books in the market that reach the level of depth on Web Controls that this book reaches. So you can almost forget about trying to find a book that goes deeper addressing the issues above. There IS one book that actually publishes all the code you need to get to this next level but lacks in explanation. There have been complaints that the code in the book doesn't work. We realized that in many cases, the code doesn't work because of problems on the Visual Studio side of things and when we found some workarounds to overcome the VS.NET problems, we were able to make most of the code in this book work. That book is 'ASP.NET Developer's Cookbook' by The ASP Alliance. So if you get to the Intermediate/Advanced level in using ASP.NET, you can use these two books to figure out how to accomplish the desired results.
Right now, there isn't much out there that you can readily use to accomplish your website goals. Even though there are a ton of books published, they don't adequately address the practical issues. But the next release of ASP.NET is believed to change al this. So we'll keep our fingers crossed till then. In the meanwhile, good luck with your own real world .NET implementations and we hope that the results of our experiences we shared in this review are helpful.
Best book for the data controls...You want to learn how to page data in the datagrid? The author gives multiple ways to do it. You want to know when to use the data list or data repeater control? He breaks it down for you and tells you why and how. You want to fully customize these controls to get a unique look and acurate display of your data? This book helps there too.
I just can't say enough good stuff about it, and I highly recommend it. I like that it doesn't go off into all the other subjects as normal ASP.Net books do. It takes a subject (data controls) and does it best.
Buy it, you won't be sorry.
A concise and detailed introduction to data web controlsMoreover, with numerous, step-by-step hands-on examples, this book is not only a great reference, but also a fantastic teaching tool. A terrific book for asp.net developers at all development levels.


Why?This beautiful translation into English, directly from Hebrew, is to be praised for its sound, strong, energetic poetry and more so for its scholarly introduction. Mitchell's interpretation of the book of Job is not one of spiritual acquiescence, of capitulation to an unjust, superior force, but of a great poem of moral outrage, a Nietzchean protest. In it, Job embodies Everyman and grieves for all human misery, and acquiescence at the end of the poem is a result of spiritual transformation, a surrender into the light, the acceptance of a reality that transcends human understanding.
All right, I'll give it five starsAs with so much of Stephen Mitchell's work, it's easy to pick on him for what he's decided to leave out. Here, his translation of Job omits the hymn in praise of Wisdom and the speech (in fact the entire presence) of the young man Elihu. I tend to disagree with his reasons for skipping them. But having read his translation for nearly a decade now, I have to admit we don't miss them much.
His work has been described as "muscular," and that's a very apt term. Not only in Job's own language (from his "God damn the day I was born" to his closing near-silence after his experience of God) but in the voices of all the characters -- and most especially in the speech of the Voice from the Whirlwind -- Mitchell's meaty, pounding, pulse-quickening poetry just cries out to be read aloud.
And as always, I have nothing but praise for Mitchell's gift of "listening" his way into a text and saying what it "wants" to say. In particular, his translation of the final lines has a wee surprise in store for anyone who hasn't already read it. (He disagrees with the usual repent-in-dust-and-ashes version and offers a denouement more fitting to the cosmic scope of Job's subject matter.)
Moreover, all this and much else is discussed in a fine introduction that -- in my opinion as a longtime reader of Mitchell -- may well be his finest published commentary to date.
Essentially, he deals with the so-called "problem of evil" by simply dissolving it. The God of Mitchell and of Mitchell's Job is not a feckless little half-deity who shares his cosmic powers with a demonic arch-enemy and sometimes loses; this God, like the God of the Torah itself (and incidentally of Calvinist Christianity, at which Mitchell takes a couple of not-altogether-responsible swipes), is the only Power there is. Ultimately God just _does_ everything that happens, because what's the alternative? "Don't you know that there _is_ nobody else in here?"
As I suggested, there are a handful of half-hearted jabs at traditional (usually Christian) religion, but for the most part it should be possible for a theologically conservative reader simply to read around them. (This is a nice contrast with Mitchell's Jesus book, which -- to the mind of this non-Christian reviewer -- seems to be brimming with anti-Christian "spiritual oneupmanship.")
So it's not only a fine translation that properly recognizes Job's central theme of spiritual transformation, but a universally valuable commentary into the bargain. If you haven't read any of Mitchell's other work, this is a great place to start. And if you _have_ read some of Mitchell's other work, do get around to this one. It's probably his best.
A Brilliant Glowing BookI'm sure if I had read this version, it would have had the same effect.
Job essentially worships an idol. He worships an orderly God who runs an orderly, boring universe where the good get rewarded and the evil get punished. The real God shows him that things are a bit different. The universe is not simple, it is a grand, messy explosion of beauty where frail, innocent humans often get trampled. Is it just in a way that would conform to human standards of justice? God basically says, "Who cares, look at it."
Thus, a translator/poet has a tough job. In a few pages, he or she has to show the reader God's glorious universe. No easy task (except for G.M. Hopkins).
Mitchell gets it done with short "muscular" phrasing, reminscient of the way Lombardo treats the Iliad. I.e., Job ch 3 reads something like "Damn the day I was born/Blot out the sun of that day . . ." Along the way Mitchell eliminates some of the "interpolations" and "corruptions" that scholars have found were not part of the original text. And I don't think this detracts from either the beauty or the meaning of the poem.
I would have added a more detailed introduction however. If I may recommend a book, please also take a look at The Bitterness of Job: A Philosophical Reading, by John T. Wilcox. If you read these two together along with an orthodox translation like the JPS (mentioned in another review) or the NRSV, I think you will have a good grasp of this text from a wide variety of viewpoints, secular and religious. You can't get too much Job. As Victor Hugo said, "If I had to save one piece of literature in the world, I'd save Job."


Chicken Soup for the Surviving Soul
Chicken soup for the Surviving Soul
Faith, hope and love but the greatest of these is love

A master piece, however, not as layman friendly as could beThis book is better than most, but it is no Old English For Dummies. It is one of the better books though.
Buy it! Wyatt Kaldenberg
Fulfils its stated goals admirably.This guide is not a language textbook in the usual sense of the word. It does not progressively present points of grammar and lists of vocabulary, followed by relevant exercises and translations. Instead, it comprises two parts. The first gives a fairly detailed overview of the grammar and historical context of Old English, whilst the second contains prose and verse texts, accompanied by copious notes, for the reader to attempt. The focus of the first part is not so much the acquisition of paradigms and rules as familiarisation with the general structure of Old English. The section on syntax, very important in Old English, is remarkably comprehensive. The collection of texts in the second part is, in my opinion, well chosen, and representative of the breath of texts in Old English, without dismissing the most famous texts. One particularly useful feature of the guide is its glossary, which contains every word found in the readings, and, for every occurrence of a word in the texts, its part is indicated in the glossary. This simplifies the task of deciphering a text enormously, and obviates the necessity for a separate dictionary.
This sixth edition is not greatly different to the previous editions: minor errors have been corrected, a few small additions on minor points of grammar have been made. The most important change is perhaps the addition of a few texts, e.g., the well-known 'Wulf and Eadwacer', but, all in all, the previous editions were already excellent, and there is no cogent reason to purchase this edition if a previous one is already on hand.
In short, then, Mitchell and Robinson have produced a remarkably usable guide to Old English that is at once instructive and interesting. One could do much worse than to acquire this work if rapid acquisition of reading ability in Old English is desired. As noted by a previous review, the book is not really suited to philologists seeking to understand the history and evolution of English and its place within the Germanic languages. As far as I can tell, this is its single greatest shortcoming, but it doesn't detract much from its purpose. I would heartily recommend this book as an introduction to Old English.
"Neorxenawanges"from sweet's second anglo-saxon reader, oxford university press- "Neorxenawanges" (or specifically "neorxnawang") means paradise.. from the root of the old teutonic sea deity 'niord', a god of peace. there; now you dont have to buy this book ;-)


Honestly, some people are fanatics!!!Annotations should be done in the manner of Gardner's own annotations of Alice in Wonderland. Now those were annotations that made *sense*. Annotations that simply explained out of date concepts, gave relevant details from Carroll's own life, or obscure humour. That's all! That is what annotations should be like.
The pedantic geekery of these annotations remind me of the...games of Star Trek fanatics (or Sherlock Holmes fanatics).
The poem is brilliant, though; and the illustrations were funny, before the annotations over-analysed them.
Ahead of his timeDr Jacques COULARDEAU
Good companion to The Annotated AliceI noticed some confusion in the Amazon listings for this book, so let me clarify that the edition with Gardner's annotations is the paperback, and for illustrations it contains reproductions of Henry Holiday's original woodcuts from the 1800's. There are only eight pictures, and these are in old-fashioned style which may turn off some modern readers. This edition does not contain the illustrations - listed in the review of the hardcover editions - by Jonathan Dixon, nor the illustrations by Mervyn Peake also listed as available in hardcover from Amazon.
To Snark fans, though, I would unhesitatingly recommend both those editions as well. Dixon's is little-known, but excellent, the most profusely illustrated Snark, with pictures on every page in lush, gorgeously detailed and humorous pen and ink. It may still be available through the website of the Lewis Carroll Society of North America, who published it in a small edition. Peake's drawings are also in beautiful black and white, and capture his own rather dark, quirky "Gormenghast" take on the poem. (A good companion, too, to the recently released editions of "Alice" with Peake's drawings.)